Package jeresources.api.restrictions
Class BiomeRestriction
java.lang.Object
jeresources.api.restrictions.BiomeRestriction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestrictionstatic final BiomeRestriction -
Constructor Summary
ConstructorsConstructorDescriptionBiomeRestriction(Restriction.Type restrictionType, net.minecraft.world.level.biome.Biome biome) BiomeRestriction(Restriction.Type restrictionType, net.minecraft.world.level.biome.Biome.BiomeCategory biomeCategory, net.minecraft.world.level.biome.Biome.BiomeCategory... biomeCategories) BiomeRestriction(Restriction.Type restrictionType, net.minecraft.world.level.biome.Biome biome, net.minecraft.world.level.biome.Biome... moreBiomes) BiomeRestriction(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> biome) BiomeRestriction(net.minecraft.world.level.biome.Biome biome) BiomeRestriction(net.minecraft.world.level.biome.Biome.BiomeCategory biomeCategory, net.minecraft.world.level.biome.Biome.BiomeCategory... biomeCategories) BiomeRestriction(net.minecraft.world.level.biome.Biome biome, net.minecraft.world.level.biome.Biome... moreBiomes) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisMergeAble(BiomeRestriction other) toString()
-
Field Details
-
NO_RESTRICTION
-
NONE
-
TAIGA
-
EXTREME_HILLS
-
JUNGLE
-
MESA
-
PLAINS
-
SAVANNA
-
ICY
-
THEEND
-
BEACH
-
FOREST
-
OCEAN
-
DESERT
-
RIVER
-
SWAMP
-
MUSHROOM
-
NETHER
-
DRIPSTONE_CAVES
-
BADLANDS
-
-
Constructor Details
-
BiomeRestriction
public BiomeRestriction() -
BiomeRestriction
public BiomeRestriction(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> biome) -
BiomeRestriction
public BiomeRestriction(net.minecraft.world.level.biome.Biome biome) -
BiomeRestriction
public BiomeRestriction(Restriction.Type restrictionType, net.minecraft.world.level.biome.Biome biome) -
BiomeRestriction
public BiomeRestriction(net.minecraft.world.level.biome.Biome biome, net.minecraft.world.level.biome.Biome... moreBiomes) -
BiomeRestriction
public BiomeRestriction(Restriction.Type restrictionType, net.minecraft.world.level.biome.Biome biome, net.minecraft.world.level.biome.Biome... moreBiomes) -
BiomeRestriction
public BiomeRestriction(net.minecraft.world.level.biome.Biome.BiomeCategory biomeCategory, net.minecraft.world.level.biome.Biome.BiomeCategory... biomeCategories) -
BiomeRestriction
public BiomeRestriction(Restriction.Type restrictionType, net.minecraft.world.level.biome.Biome.BiomeCategory biomeCategory, net.minecraft.world.level.biome.Biome.BiomeCategory... biomeCategories)
-
-
Method Details